projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1722c2b
)
(Fwindow_end): Doc fix.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 3 Jan 2001 12:52:06 +0000
(12:52 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 3 Jan 2001 12:52:06 +0000
(12:52 +0000)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index 25434f5b718ccdd234df54cf82be164a298d0e03..ac12c1ee8046665524d23df536c8aa447ec661e2 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-864,7
+864,7
@@
DEFUN ("window-end", Fwindow_end, Swindow_end, 0, 2, 0,
This is updated by redisplay, when it runs to completion.\n\
Simply changing the buffer text or setting `window-start'\n\
does not update this value.\n\
-If UP
-TO-
DATE is non-nil, compute the up-to-date position\n\
+If UPDATE is non-nil, compute the up-to-date position\n\
if it isn't already recorded.")
(window, update)
Lisp_Object window, update;